ISlave.WriteAllEEprom method
Writes all data into a slave's EEPROM.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
IKsCommand WriteAllEEprom(
string file
)
Function WriteAllEEprom(
file As String
) As IKsCommand
Parameters
file
Type: string
A string containing the path to the file you want to write to the slave.
Return value
Type: IKsCommand
Returns the states of a method.
Remarks
It overwrites the slave’s configuration. If the data is incorrect, the slave will no longer work.
Usable EtherCAT states
ecatInit
See also